home *** CD-ROM | disk | FTP | other *** search
- // � 2005 The Weather Channel Interactive, Inc. All Rights Reserved.
-
- const EXTENSIONID = "{DCBD1271-D228-4082-9FBC-36D9B7660B03}";
-
- const OLD_DEFAULT_USERCONFIGFILENAME = "userconfig110_default.xml";
- const OLD_USERCONFIGFILENAME = "userconfig110.xml";
-
- const DEFAULT_APPCONFIGFILENAME = "appconfig_default.xml";
- const APPCONFIGFILENAME = "appconfig.xml";
- const DEFAULT_USERCONFIGFILENAME = "userconfig116_default.xml";
- const USERCONFIGFILENAME = "userconfig116.xml";
-
- const PREVIOUSUSERCONFIGFILES = new Array("userconfig.xml", "userconfig106.xml", "userconfig107.xml", "userconfig108.xml", "userconfig109.xml");
-
- const MAXFCSTDAYS = 6;
- const Degrees = "░";
-
-